polling method

英 [ˈpəʊlɪŋ ˈmeθəd] 美 [ˈpoʊlɪŋ ˈmeθəd]

网络  轮询方法; 轮询法; 轮询要领

计算机



双语例句

  1. Piggyback polling is a much more clever method than polling since it tends to remove all non-needed requests ( those returning no data).
    捎带轮询(piggybackpolling)是一种比轮询更加聪明的做法,因为它会删除掉所有非必需的请求(没有返回数据的那些)。
  2. The traditional polling method, however, has a scalability issue; it does not scale well for a large number of file descriptors.
    但是,传统的poll方法有可伸缩性问题;它不太适合处理大量文件描述符。
  3. The busy-wait polling method has a severe impact on the efficiency due to the following two problems
    由于以下两个问题,忙-等待polling方法会对效率造成严重影响
  4. The polling method may have delays due to response availability and polling cycle.
    由于响应可用性和轮询周期,轮询方法可能有延迟。
  5. This method is timelier than the polling method and guarantees that the response is handled immediately.
    回调方法比轮询方法更及时,能确保响应被及时处理。
  6. This busy-wait polling method should be especially avoided on a multitask system.
    在多任务系统上尤其应该避免这种忙-等待polling方法。
  7. In the traditional polling method, the client sends a request to the server and always either gets an immediate response if the server has any updated data, or a no-data-available response.
    在传统的轮询方法中,客户机发送一个请求到服务器,然后总是可以收到一个即时响应(如果服务器有更新数据)或者一个“无可用数据”的响应。
  8. To avoid event receivers polling to determine when an event occurs, event receivers are invoked through the receive() method of the Receiver interface.
    为避免事件接收者轮询事件何时发生,可以通过Receiver接口的receive()方法调用事件接收者。
  9. The polling demo in the article source code shows the bandwidth consumption by the polling method. The interval is low, but you can see some requests returning no event. Listing 3 shows the output of the sample polling.
    文章源代码中的轮询演示给出了轮询方法所消耗的带宽,间隔很小,但可以看到有些请求并未返回事件,清单3清单3给出了这一轮询示例的输出。
  10. SHM VP: Handles the task of polling for new connections when the application is using the shared memory method of communication.
    SHMVP:当应用程序正在使用通信的共享内存方法时,该类将为新连接处理轮询任务。
  11. SOC VP: Handles polling tasks for the TCP/ IP Berkeley sockets method of communication.
    SOCVP:为通信的TCP/IPBerkeley套接字方法处理轮询任务。
  12. The prime-seeking loop checks for interruption in two places: once by polling the isInterrupted() method in the header of the while loop and once when it calls the blocking BlockingQueue. put() method.
    用于搜索素数的循环在两个地方检查是否有中断:一处是在while循环的头部轮询isInterrupted()方法,另一处是调用阻塞方法BlockingQueue.put()。
  13. Long Polling: Also known as Asynchronous Polling, this method is a hybrid of pure server push and client pull.
    长时间轮询:也就是所谓的异步轮询,这种方式是纯服务器端推送方式和客户端拉取方式的混合。
  14. To reduce the impact of network fault management traffic, a novel SNMP distributed aggregative polling method is presented.
    为降低故障管理流量对网络的影响,本文提出了一种SNMP分布汇集轮询方法。
  15. A polling based traffic monitoring method is proposed and improved by shortening the journeys of packets when packets capture.
    现提出一种基于轮询的流量监测方法并对其进行改进,缩短包捕获时的数据包行走路径。
  16. Aiming at the localization of the traditional collection polling policy, a dynamic time interval collection method is designed and implemented to improve the efficiency and accuracy of data collection in this paper.
    针对传统的采集轮询策略的局限性,本文设计并实现了改进的动态时间间隔采集方法,提高了数据采集的效率和准确性。
  17. Then two tracking SE algorithms of polling type are put forward, which are recursive least squares method sequential tracking SE algorithm and sensitivity analysis method sequential tracking state estimation algorithm.
    提出了两种polling方式的追踪状态估计算法&最小二乘递推法逐次追踪状态估计和灵敏度分析法逐次追踪状态估计。